home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / MIXER1_1 / MIXER_PR.H next >
Text File  |  1991-09-10  |  946b  |  34 lines

  1. /* Mixer.proto.h */
  2.  
  3. /*     This file was prepared by using "Prototype Helper"     */
  4. /*    by Michael Kahl (included with Think C 5.0)            */
  5.  
  6. void main(void);
  7. void ToolBoxInit(void);
  8. void WindowInit(void);
  9. void SetUpDragRect(void);
  10. void SetUpSizeRect(void);
  11. void MenuBarInit(void);
  12. void SetUpScrollBars(void);
  13. void MainLoop(void);
  14. int     ours(WindowPtr);
  15. void HandleEvent(void);
  16. void CursorThing(void);
  17. void HandleMouseDown(void);
  18. void HandleMenuChoice(long int);
  19. void HandleAppleChoice(int);
  20. void HandleFileChoice(int);
  21. void PrintPictFile(SFReply *);
  22. pascal void ScrollProc(ControlHandle, int);
  23. void UpdateMyWindow(WindowPtr);
  24. void CenterPict(PicHandle, Rect *);
  25. void ErrorHandler(int);
  26. void DoAlert(Str255);
  27. static void DoSuspendResume(EventRecord *);
  28. static void DoActivate(EventRecord    *);
  29. Boolean CreateOffscreenBitMap(GrafPtr *, Rect *);
  30. void DestroyOffscreenBitMap(GrafPtr);
  31. void CopyView(void);
  32. void Cleanup(void);
  33. int ExportAsPICT(SFReply, Rect *);
  34.